Example #1 Starting the web server $ cd ~/public_html $ php -S localhost:8000 The terminal will show: PHP 5.4.0 Development Server started at Thu Jul 21 10:43:28 2011 Listening on localhost:8000 Document root is /home/me/public_html Press Ctrl-C to quit
< Getting Started With CodeIgniter URL Routing How to create form in codeigniter >